home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / hs_slbbs.zip / HS-SLBBS.DOC < prev    next >
Text File  |  1991-11-14  |  3KB  |  61 lines

  1. Setting up HS/Link with Searchlight BBS
  2.  
  3. Run CONFIG.EXE or press ALT-F from within SLBBS.  Select the External
  4. Protocols option.  Select an empty protocol definition.
  5. The following is an example of what should be entered in the editor.
  6.  
  7.  
  8. Searchlight BBS External Protocols Setup Menu
  9.  
  10.  
  11.  1. Protocol Name ................. HS/Link
  12.  2. Protocol Send Command ......... HS-U.BAT %P @C:\FILE.TMP
  13.  3. Protocol Receive Command ...... HS-D.BAT %P
  14.  
  15. Line 1 contains the description you choose to have displayed
  16. in the XProtocol Menu.
  17.  
  18. Line 2 defines the batch file to run when a user downloads a file(s).
  19. The %P passes the com port that is being used.  The @C:\FILE.TMP
  20. command makes a temporary file called FILE.TMP in the root directory
  21. containing a list of filenames to transfer.  You can name this anything
  22. you choose.  If a path is not specified it defaults to the current
  23. directory (Usually C:\BBS).  This file is referred to in the batch
  24. files so it must be the same in each.
  25.  
  26. Line 3 defines the batch file to run when a user uploads a file(s).
  27. The %P passes the serial port that is being used.
  28.  
  29. Now copy the HS-U.BAT and HS-D.BAT files into your BBS's root directory.
  30. These files can be edited and are well documented.  We recommend using
  31. the alternative command outlined at the end of each of those files.  The
  32. minimum setup is active in each batch file and should work with any SLBBS
  33. setup.  We recommend using a batch file to run protocals, because SLBBS
  34. sometimes confuses commandline switches for meta-characters.  This seems
  35. to be an intermittant problem depending on your setup.
  36.  
  37. The bi-directional transfers only work when the Download command is used
  38. because you cannot request files to be received.  You may want to explain
  39. to your users that they will need to describe any files they upload
  40. while downloading AFTER the transfer is completed.  (We wrote a bulletin
  41. about this and how to setup the protocol.)  You should also tell them that
  42. if they use the auto-logoff function while doing a bi-directional transfer
  43. SLBBS will still request a filename for the uploaded file.  Basically this
  44. means their account will be debited for the time it takes for the dead user
  45. kill switch.  We'd also like to recommend that you keep the block size 
  46. at 1024 bytes.  With the larger block size error correction becomes more 
  47. of an issue and in the event of some type of an abort, the smaller size 
  48. eliminates a lot of garbage being dumped on the screen and into the bbs.
  49.  
  50. Note for systems running locked COM ports:
  51. We have found that if you use a locked DTE of 9600 or above, you will
  52. need to have a 16550 UART installed.  Also, for rock solid performance
  53. you should ad the -HS (Handshake Slow) switch to your batch file.
  54.  
  55. This should get you set up in under 10 minutes.  If you've got any 
  56. problems, drop a line (Data) to Nachos, (703)385-2187 [9600 v.32]
  57. or (703)352-0370 [2400 MNP/Lap-M] and yell for Cosmic or St. Stephen.
  58.  
  59.  
  60.  
  61.